home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 004 / fsck / StatsHelp < prev   
Text File  |  1994-10-05  |  3KB  |  60 lines

  1. This file should explain what the various statistics printed by fsck mean:
  2. it would be better if you read the file MapExpl before reading this...
  3.  
  4. The value printed below are just an example (actually they are taken from my
  5. 84Mb HardDisc...).
  6.  
  7. - Number of shared fragments: 1720 (738 contains a directory)
  8.   This is the number of the map blocks (see MapExpl file) that are actually
  9.   occupied by small files that can share sectors instead of a whole file.
  10.  
  11. - Wasted sectors in shared fragments: 3964 (2029568 bytes (2.3%))
  12.   This is the number of sectors that are wasted because the small files that
  13.   could share sectors (see above) actually don't share all the possible
  14.   sectors with other small files (see MapExpl again). As you can see there
  15.   are quite a lot of wasted sectors on my HD!
  16.  
  17. - Directories bigger than the minimum size: 155
  18.   For some obscure reason some directories are bigger than their natural size:
  19.   the extra size can be shared with other files, so you don't have to worry
  20.   about this.
  21.  
  22. - Fragmented files: 13 (8 must be fragmented)
  23.   This is the number of files that are fragmented over several map chunks. On
  24.   my HD only 13 of 4716 files are fragmented: RISC OS seems to be very good
  25.   at keeping files in a single chunk! Moreover, 8 of these 13 files must be 
  26.   fragmented because they are bigger than the size of a single zone.
  27.  
  28. - Total space allocated in map for files: 73865728 bytes (83.9%)
  29.   This is the amount of disc space that is allocated to files (including
  30.   directories). The space wasted because of shared map chunks is NOT
  31.   counted here (since it can still be used by other files).
  32.  
  33. - Total space used by files: 72604406 bytes (82.4%)
  34.   This is the real space used by files and directories. This is less than
  35.   the one allocated in the because of the sector boundaries.
  36.  
  37. - Space lost because of map organizations: 1261322 bytes (1.4%)
  38.   This is the difference between the two previous values. It should be
  39.   probably called "Space wasted because of sector boundaries". This
  40.   could be amended in future versions...
  41.  
  42. - Defects: 0 (0 bytes (0.0%))
  43.   No comments needed...
  44.  
  45. - Space used for map/root/bootblock: 93184 bytes (0.1%)
  46.   Just what it says to be...
  47.  
  48. - Files: 4716 (71092982 bytes (80.7%))
  49.   Number of files and space used only by them (ie. no directories). This is
  50.   the same result that can be given by 'Count'ing the whole disc.
  51.  
  52. - Directories: 738 (1511424 bytes (1.7%))
  53.   Number of directories and space used only by them (should be number of dirs
  54.   multiplied by 2048).
  55.  
  56. - Total used space: 75988480 bytes (86.3%)
  57. - Total free space: 12091904 bytes (13.7%)
  58.   The same given by Free.
  59.  
  60.